﻿2026-07-09T09:18:14.0625441Z ##[group]Run actions/checkout@v5
2026-07-09T09:18:14.0625956Z with:
2026-07-09T09:18:14.0626252Z   repository: SaberMage/spt-core
2026-07-09T09:18:14.0628791Z   token: ***
2026-07-09T09:18:14.0629082Z   ssh-strict: true
2026-07-09T09:18:14.0629449Z   ssh-user: git
2026-07-09T09:18:14.0629804Z   persist-credentials: true
2026-07-09T09:18:14.0630126Z   clean: true
2026-07-09T09:18:14.0630435Z   sparse-checkout-cone-mode: true
2026-07-09T09:18:14.0630791Z   fetch-depth: 1
2026-07-09T09:18:14.0631077Z   fetch-tags: false
2026-07-09T09:18:14.0631377Z   show-progress: true
2026-07-09T09:18:14.0631673Z   lfs: false
2026-07-09T09:18:14.0631942Z   submodules: false
2026-07-09T09:18:14.0632254Z   set-safe-directory: true
2026-07-09T09:18:14.0632568Z env:
2026-07-09T09:18:14.0632846Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-09T09:18:14.0633224Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-09T09:18:14.0633565Z ##[endgroup]
2026-07-09T09:18:14.8276957Z Syncing repository: SaberMage/spt-core
2026-07-09T09:18:14.8278858Z ##[group]Getting Git version info
2026-07-09T09:18:14.8279644Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-07-09T09:18:14.8512236Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-09T09:18:14.8707845Z git version 2.43.0.windows.1
2026-07-09T09:18:14.8730674Z ##[endgroup]
2026-07-09T09:18:14.8738367Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\ab0a0ca7-2ddd-45ce-893a-d8464c5ef10f\.gitconfig'
2026-07-09T09:18:14.8751620Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\ab0a0ca7-2ddd-45ce-893a-d8464c5ef10f' before making global git config changes
2026-07-09T09:18:14.8753617Z Adding repository directory to the temporary git global config as a safe directory
2026-07-09T09:18:14.8756374Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-07-09T09:18:14.8993002Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-09T09:18:14.9222243Z https://github.com/SaberMage/spt-core
2026-07-09T09:18:14.9248105Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-09T09:18:14.9252635Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-09T09:18:14.9458440Z HEAD
2026-07-09T09:18:14.9724008Z ##[endgroup]
2026-07-09T09:18:14.9727093Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-09T09:18:15.3880053Z ##[group]Cleaning the repository
2026-07-09T09:18:15.3887291Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-09T09:18:20.8962589Z Removing target/
2026-07-09T09:18:20.8992141Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-09T09:18:21.0119116Z HEAD is now at 9845e44 Merge cfd97a8e076e1d4fd96e32f0e9c40b2f17504a53 into e4767134bca2eea66b28eb67f4be1f3a67db1429
2026-07-09T09:18:21.0140029Z ##[endgroup]
2026-07-09T09:18:21.0144886Z ##[group]Disabling automatic garbage collection
2026-07-09T09:18:21.0150419Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-09T09:18:21.0381574Z ##[endgroup]
2026-07-09T09:18:21.0381994Z ##[group]Setting up auth
2026-07-09T09:18:21.0388168Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-09T09:18:21.0614695Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-09T09:18:21.4494553Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-09T09:18:21.4735830Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-09T09:18:21.9065121Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-09T09:18:21.9374322Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-09T09:18:22.4058671Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-09T09:18:22.4401080Z ##[endgroup]
2026-07-09T09:18:22.4401843Z ##[group]Fetching the repository
2026-07-09T09:18:22.4410005Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +015eae70c1b58ac71b8564b69094ea7a5df1211c:refs/remotes/pull/68/merge
2026-07-09T09:18:24.1811059Z From https://github.com/SaberMage/spt-core
2026-07-09T09:18:24.1811512Z  * [new ref]         015eae70c1b58ac71b8564b69094ea7a5df1211c -> pull/68/merge
2026-07-09T09:18:24.1929667Z ##[endgroup]
2026-07-09T09:18:24.1930164Z ##[group]Determining the checkout info
2026-07-09T09:18:24.1931051Z ##[endgroup]
2026-07-09T09:18:24.1937251Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-09T09:18:24.2222013Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-09T09:18:24.2448016Z ##[group]Checking out the ref
2026-07-09T09:18:24.2452678Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/68/merge
2026-07-09T09:18:24.4440233Z Previous HEAD position was 9845e44 Merge cfd97a8e076e1d4fd96e32f0e9c40b2f17504a53 into e4767134bca2eea66b28eb67f4be1f3a67db1429
2026-07-09T09:18:24.4441258Z HEAD is now at 015eae7 Merge ca8058edb413c8b952255a22f9c91101ab6903b1 into ae82332bf753eabb0d4f47dd768597217bce6083
2026-07-09T09:18:24.4468783Z ##[endgroup]
2026-07-09T09:18:24.4735269Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-09T09:18:24.4972102Z 015eae70c1b58ac71b8564b69094ea7a5df1211c
